home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Games / DroneZone / DZMain.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-28  |  165 b   |  13 lines  |  [TEXT/MPS ]

  1. /*
  2.  *    File:        DZMain.h
  3.  *
  4.  *    Copyright © 1996 Apple Computer, Inc.
  5.  */
  6.  
  7. #ifndef __DZMain__
  8. #define __DZMain__
  9.  
  10. void Main_LastRoundup(
  11.     void);
  12.  
  13. #endif /* __DZMain__ */